'Declaration Public Function New( _
ByVal childElementsДочерние элементы.As System.Collections.Generic.IList(Of OpenXmlContentInfo), _
ByVal paragraphPropertiesСвойства абзаца.As OpenXmlParagraphProperties _
)
public OpenXmlParagraphInfo(
System.Collections.Generic.IList<OpenXmlContentInfo> childElements,
OpenXmlParagraphProperties paragraphProperties
)
public: OpenXmlParagraphInfo(
System.Collections.Generic.IList<OpenXmlContentInfo*>* childElements,
OpenXmlParagraphProperties* paragraphProperties
)
public:
OpenXmlParagraphInfo(
System.Collections.Generic.IList<OpenXmlContentInfo^>^ childElements,
OpenXmlParagraphProperties^ paragraphProperties
)
Parameters
- childElements
- Дочерние элементы.
- paragraphProperties
- Свойства абзаца.